home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------------
- #
- # NewsTicker, my Hack for 1997
- #
- # AppleExtractor.cp - Derived from HTMLExtractor, we get passed the tokens
- # and try to recognize headlines out of it. We're
- # parsing "www.apple.com", Apple Computer's home page
- #
- ------------------------------------------------------------------------------*/
-
- #ifndef AppleExtractor_H
- #define AppleExtractor_H
-
- Boolean MustReloadAppleCom(sMyDataPtr gGlobalsPtr);
- void LoadAppleCom(sMyDataPtr gGlobalsPtr);
-
- #endif //AppleExtractor_H
-